Poly1305 Intel Assembly code - AVX and AVX2#1079
Conversation
|
Looks like a Poly1305 issue still: ./configure --enable-chacha --enable-poly1305 --enable-debug --enable-intelasm --disable-aesgcm && make ./wolfcrypt/benchmark/benchmark Program received signal SIGSEGV, Segmentation fault. |
…e '__m256i'" on some compilers. Fix is to change the `__m128i` and `__m256i` to arrays of `word64` (source Sean PR wolfSSL#1079).
|
Fixed the issue! |
|
Poly1305 now passes on CentOS / GCC 7.1 and Mac Clang using AVX/AVX2 speedups. |
No description provided.